home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / How To < prev    next >
Encoding:
Text File  |  1994-12-31  |  1.2 KB  |  28 lines  |  [TEXT/ttxt]

  1. This package provides additional source code for the nShell™ environment.  It is assumed that you have installed the nShell application and its Programmer's Guide.  These packages are available from a number of on-line sources.
  2.  
  3. These files have been designed to build with either the Think C or the CodeWarrior development environments.  Project files are included for Think C only.  Tech Note 1, included in with the Programmer's Guide, describes how to create CodeWarrior project files for nShell commands.
  4.  
  5. Think C Development Environment
  6. ===============================
  7.  
  8. The folder called "Source" contains source code for nShell commands.  For each command there are three files:
  9.  
  10. something.π      - A Think C project file
  11. something.c      - Source code for the command
  12. something.π.rsrc - Resources for the command
  13.  
  14. If you wish to build one of these commands, copy the latest "lib" folder and that command's files to your nShell development folder.
  15.  
  16. To Build A Command Using Think C
  17. ================================
  18.  
  19. 1. Start up Think C (version 5.0 or later)
  20.  
  21. 2. Open the project file
  22.  
  23. 3. Select "Build Code Resource" from the "Project Menu".
  24.  
  25. 4. Give the command a unique name and select "Save" to store the command.
  26.  
  27. 5. Drop the new command into your "bin" directory.
  28.